Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext


~Cheryl Rejumikonyetsi 6.Aug.03 09:40 AM a Web browser
Domino Server 6.0.2 Windows 2000


Hi,
I have successfully integrated Apache Tomcat standalone with Domino on 6.02 with the custom tags and everything works well. Now I am trying to get JBoss up and running (with Tomcat integration). I have got to the stage of proving that Jboss an Tomcat work together and using standard JSP calls. However, when I wrap the files and try to include the Domino 6 TLDs for custom tags (domtags.tld & domutil.tld) any reference to a Domino session is handed over to the custom tags correctly ( I know this because if I rename them then it does not work at all). I get this error generated:

HTTP Status 500

Exception

org.apache.jasper.JasperException: NCreateSessionWithTokenEx

And then a bunch of "at org.apache ....." errors

If I remove the call to <domino:session then it works....and here is the (very) simple code:

<!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<%@ page contentType="text/html; charset=UTF-8" import="lotus.domino.*,java.util.*" %>
<%@ taglib uri="domtags.tld" prefix="domino" %>
<%@ taglib uri="domutil.tld" prefix="util" %>
<html>
<head>
<title>Lomboz JSP</title>
</head>
<body bgcolor="#FFFFFF">

<%
for (int counter=1; counter <=20; counter++) {
%>
Test 2<br />
<%
}
%>
<domino:session id="mySession">


</domino:session>

</body>
</html>






Tomcat, JBoss, Domino & Custom Tags... (~Cheryl Rejumik... 6.Aug.03)
. . RE: Tomcat, JBoss, Domino & Custom ... (~Keiko Cisfoote... 12.Jan.04)





  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

 RSS feedsRSS
All forum posts RSS
All main topics RSS